﻿2026-08-04T03:46:07.4541297Z ##[group]Run $ErrorActionPreference = "Stop"
2026-08-04T03:46:07.4542167Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-08-04T03:46:07.4542667Z [36;1m$PIN = "0c95435"[0m
2026-08-04T03:46:07.4543101Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-08-04T03:46:07.4543485Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-08-04T03:46:07.4544053Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-08-04T03:46:07.4544927Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-08-04T03:46:07.4545484Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-08-04T03:46:07.4546053Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-08-04T03:46:07.4546751Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-08-04T03:46:07.4548451Z [36;1m  # CARGO_INCREMENTAL=0 — see the Linux arm's note: this pinned cache is the[0m
2026-08-04T03:46:07.4549637Z [36;1m  # only COLD one-shot build in this workflow (rm -rf'd and rebuilt when the pin[0m
2026-08-04T03:46:07.4550397Z [36;1m  # moves, consumed as a binary in between), which is exactly the scope of the[0m
2026-08-04T03:46:07.4551374Z [36;1m  # releases#103 finding. The persistent workspace target is left incremental.[0m
2026-08-04T03:46:07.4552093Z [36;1m  $env:CARGO_INCREMENTAL = "0"[0m
2026-08-04T03:46:07.4552818Z [36;1m  .github/bench/wrap.ps1 -Step "n1-oldbroker-build" -Command "cargo build --manifest-path '$CACHE\Cargo.toml' -p spt --bin spt"[0m
2026-08-04T03:46:07.4553621Z [36;1m  Remove-Item Env:\CARGO_INCREMENTAL[0m
2026-08-04T03:46:07.4553994Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-08-04T03:46:07.4554305Z [36;1m}[0m
2026-08-04T03:46:07.4554584Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-08-04T03:46:07.4555251Z [36;1m.github/bench/wrap.ps1 -Step "n1-pairing" -Command "cargo test -p spt --test n1_pairing -- --nocapture"[0m
2026-08-04T03:46:07.4563548Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-08-04T03:46:07.4564023Z env:
2026-08-04T03:46:07.4564564Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30873007187-2-df271e10daef4bba8614e1edf718d04f
2026-08-04T03:46:07.4565609Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-30873007187-2-df271e10daef4bba8614e1edf718d04f
2026-08-04T03:46:07.4566430Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30873007187-2-df271e10daef4bba8614e1edf718d04f
2026-08-04T03:46:07.4566974Z ##[endgroup]
2026-08-04T03:46:09.0794316Z    Compiling proc-macro2 v1.0.106
2026-08-04T03:46:09.0794734Z    Compiling unicode-ident v1.0.24
2026-08-04T03:46:09.0795019Z    Compiling quote v1.0.45
2026-08-04T03:46:09.0795270Z    Compiling cfg-if v1.0.4
2026-08-04T03:46:09.1528508Z    Compiling serde_core v1.0.228
2026-08-04T03:46:09.1914872Z    Compiling serde v1.0.228
2026-08-04T03:46:09.8802607Z    Compiling windows-link v0.2.1
2026-08-04T03:46:10.1078779Z    Compiling typenum v1.20.1
2026-08-04T03:46:10.1528661Z    Compiling windows-sys v0.61.2
2026-08-04T03:46:11.0073824Z    Compiling syn v2.0.117
2026-08-04T03:46:11.0163172Z    Compiling portable-atomic v1.13.1
2026-08-04T03:46:11.7067484Z    Compiling getrandom v0.3.4
2026-08-04T03:46:12.1145931Z    Compiling pin-project-lite v0.2.17
2026-08-04T03:46:12.2767569Z    Compiling version_check v0.9.5
2026-08-04T03:46:12.8146978Z    Compiling critical-section v1.2.0
2026-08-04T03:46:12.9223906Z    Compiling jobserver v0.1.34
2026-08-04T03:46:13.1576107Z    Compiling find-msvc-tools v0.1.9
2026-08-04T03:46:13.4664028Z    Compiling shlex v2.0.1
2026-08-04T03:46:14.0929245Z    Compiling memchr v2.8.1
2026-08-04T03:46:14.3137714Z    Compiling cc v1.2.63
2026-08-04T03:46:14.9421831Z    Compiling subtle v2.6.1
2026-08-04T03:46:15.0885319Z    Compiling equivalent v1.0.2
2026-08-04T03:46:15.2589631Z    Compiling futures-core v0.3.32
2026-08-04T03:46:15.4034915Z    Compiling smallvec v1.15.1
2026-08-04T03:46:15.6431195Z    Compiling generic-array v0.14.7
2026-08-04T03:46:15.9412539Z    Compiling bytes v1.11.1
2026-08-04T03:46:16.1241550Z    Compiling itoa v1.0.18
2026-08-04T03:46:16.2141687Z    Compiling serde_derive v1.0.228
2026-08-04T03:46:16.3367502Z    Compiling zeroize_derive v1.4.3
2026-08-04T03:46:17.1413975Z    Compiling zeroize v1.8.2
2026-08-04T03:46:17.3088975Z    Compiling semver v1.0.28
2026-08-04T03:46:17.7185650Z    Compiling rustc_version v0.4.1
2026-08-04T03:46:17.9994417Z    Compiling synstructure v0.13.2
2026-08-04T03:46:18.0574781Z    Compiling stable_deref_trait v1.2.1
2026-08-04T03:46:18.3903996Z    Compiling socket2 v0.6.4
2026-08-04T03:46:18.4606858Z    Compiling log v0.4.32
2026-08-04T03:46:18.6796899Z    Compiling rand_core v0.10.1
2026-08-04T03:46:18.8812338Z    Compiling zerofrom-derive v0.1.7
2026-08-04T03:46:18.9419332Z    Compiling yoke-derive v0.8.2
2026-08-04T03:46:19.0157829Z    Compiling crypto-common v0.1.7
2026-08-04T03:46:19.8658849Z    Compiling mio v1.2.1
2026-08-04T03:46:20.6200218Z    Compiling tokio-macros v2.7.0
2026-08-04T03:46:20.6209603Z    Compiling zerofrom v0.1.8
2026-08-04T03:46:21.0141913Z    Compiling slab v0.4.12
2026-08-04T03:46:21.1665431Z    Compiling futures-sink v0.3.32
2026-08-04T03:46:21.2545414Z    Compiling futures-io v0.3.32
2026-08-04T03:46:21.3025454Z    Compiling futures-channel v0.3.32
2026-08-04T03:46:21.4290231Z    Compiling once_cell v1.21.4
2026-08-04T03:46:21.4840122Z    Compiling tokio v1.52.3
2026-08-04T03:46:21.6031686Z    Compiling yoke v0.8.3
2026-08-04T03:46:21.6277994Z    Compiling futures-macro v0.3.32
2026-08-04T03:46:21.6315789Z    Compiling rustversion v1.0.22
2026-08-04T03:46:22.1719004Z    Compiling futures-task v0.3.32
2026-08-04T03:46:22.2306772Z    Compiling getrandom v0.4.2
2026-08-04T03:46:22.6021375Z    Compiling hashbrown v0.17.1
2026-08-04T03:46:22.7237154Z    Compiling futures-util v0.3.32
2026-08-04T03:46:22.9466600Z    Compiling zerovec-derive v0.11.3
2026-08-04T03:46:23.1693716Z    Compiling indexmap v2.14.0
2026-08-04T03:46:23.8813970Z    Compiling getrandom v0.2.17
2026-08-04T03:46:24.0122441Z    Compiling cpufeatures v0.2.17
2026-08-04T03:46:24.0523305Z    Compiling zerovec v0.11.6
2026-08-04T03:46:24.8565723Z    Compiling displaydoc v0.2.6
2026-08-04T03:46:25.1784502Z    Compiling hybrid-array v0.4.12
2026-08-04T03:46:25.6003725Z    Compiling fnv v1.0.7
2026-08-04T03:46:25.8122059Z    Compiling libc v0.2.186
2026-08-04T03:46:25.8329443Z    Compiling strsim v0.11.1
2026-08-04T03:46:26.0144303Z    Compiling cfg_aliases v0.2.1
2026-08-04T03:46:26.3154551Z    Compiling tinystr v0.8.3
2026-08-04T03:46:26.5210065Z    Compiling block-buffer v0.12.0
2026-08-04T03:46:26.7671484Z    Compiling crypto-common v0.2.2
2026-08-04T03:46:27.0630314Z    Compiling tracing-core v0.1.36
2026-08-04T03:46:27.4811968Z    Compiling tracing-attributes v0.1.31
2026-08-04T03:46:28.2409954Z    Compiling autocfg v1.5.1
2026-08-04T03:46:28.3129813Z    Compiling litemap v0.8.2
2026-08-04T03:46:28.3606142Z    Compiling writeable v0.6.3
2026-08-04T03:46:29.1505594Z    Compiling icu_locale_core v2.2.0
2026-08-04T03:46:29.1611503Z    Compiling zerotrie v0.2.4
2026-08-04T03:46:29.4516494Z    Compiling potential_utf v0.1.5
2026-08-04T03:46:29.4572774Z    Compiling tracing v0.1.44
2026-08-04T03:46:29.6341307Z    Compiling cmake v0.1.58
2026-08-04T03:46:29.7339791Z    Compiling ident_case v1.0.1
2026-08-04T03:46:29.9765333Z    Compiling icu_properties_data v2.2.0
2026-08-04T03:46:30.3555782Z    Compiling dunce v1.0.5
2026-08-04T03:46:30.4400603Z    Compiling utf8_iter v1.0.4
2026-08-04T03:46:30.5122199Z    Compiling fs_extra v1.3.0
2026-08-04T03:46:30.5139112Z    Compiling icu_normalizer_data v2.2.0
2026-08-04T03:46:30.5842716Z    Compiling icu_collections v2.2.0
2026-08-04T03:46:30.9031168Z    Compiling aws-lc-sys v0.41.0
2026-08-04T03:46:31.0560847Z    Compiling icu_provider v2.2.0
2026-08-04T03:46:31.1028098Z    Compiling tokio-util v0.7.18
2026-08-04T03:46:31.6545156Z    Compiling percent-encoding v2.3.2
2026-08-04T03:46:31.6892905Z    Compiling icu_properties v2.2.0
2026-08-04T03:46:31.9738047Z    Compiling icu_normalizer v2.2.0
2026-08-04T03:46:32.7120030Z    Compiling inout v0.2.2
2026-08-04T03:46:32.7218875Z    Compiling http v1.4.1
2026-08-04T03:46:32.9046598Z    Compiling ring v0.17.14
2026-08-04T03:46:33.1646460Z    Compiling cpufeatures v0.3.0
2026-08-04T03:46:33.2728745Z    Compiling unicode-segmentation v1.13.3
2026-08-04T03:46:33.6013283Z    Compiling thiserror v2.0.18
2026-08-04T03:46:33.7409331Z    Compiling aws-lc-rs v1.17.0
2026-08-04T03:46:34.0858212Z    Compiling cipher v0.5.2
2026-08-04T03:46:34.4396545Z    Compiling idna_adapter v1.2.2
2026-08-04T03:46:34.6182838Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-04T03:46:34.8174706Z    Compiling thiserror-impl v2.0.18
2026-08-04T03:46:35.2267641Z    Compiling scopeguard v1.2.0
2026-08-04T03:46:35.2976809Z    Compiling lock_api v0.4.14
2026-08-04T03:46:35.6843983Z    Compiling idna v1.1.0
2026-08-04T03:46:36.5577958Z    Compiling chacha20 v0.10.0
2026-08-04T03:46:36.9551840Z    Compiling form_urlencoded v1.2.2
2026-08-04T03:46:37.3275257Z    Compiling ipnet v2.12.0
2026-08-04T03:46:37.5570217Z    Compiling block-buffer v0.10.4
2026-08-04T03:46:38.2018484Z    Compiling rustls-pki-types v1.14.1
2026-08-04T03:46:38.3207715Z    Compiling bitflags v2.12.1
2026-08-04T03:46:39.4106525Z    Compiling untrusted v0.9.0
2026-08-04T03:46:39.8261052Z    Compiling winapi v0.3.9
2026-08-04T03:46:39.9057948Z    Compiling digest v0.10.7
2026-08-04T03:46:40.1805276Z    Compiling url v2.5.8
2026-08-04T03:46:40.4521907Z    Compiling rand v0.10.1
2026-08-04T03:46:41.0907533Z    Compiling darling_core v0.20.11
2026-08-04T03:46:41.1476736Z    Compiling num-traits v0.2.19
2026-08-04T03:46:41.3645395Z    Compiling windows-strings v0.5.1
2026-08-04T03:46:41.7614212Z    Compiling windows-result v0.4.1
2026-08-04T03:46:42.0539030Z    Compiling rustls v0.23.40
2026-08-04T03:46:42.2568671Z    Compiling heck v0.5.0
2026-08-04T03:46:42.6972736Z    Compiling convert_case v0.10.0
2026-08-04T03:46:43.0087284Z    Compiling anyhow v1.0.102
2026-08-04T03:46:43.3486563Z    Compiling const-oid v0.10.2
2026-08-04T03:46:43.5885737Z    Compiling unicode-xid v0.2.6
2026-08-04T03:46:43.7161483Z    Compiling atomic-waker v1.1.2
2026-08-04T03:46:43.8308671Z    Compiling darling_macro v0.20.11
2026-08-04T03:46:43.9441750Z    Compiling derive_more-impl v2.1.1
2026-08-04T03:46:44.3501090Z    Compiling darling v0.20.11
2026-08-04T03:46:44.7121700Z    Compiling fastrand v2.4.1
2026-08-04T03:46:44.9378332Z    Compiling httparse v1.10.1
2026-08-04T03:46:45.4330841Z    Compiling zerocopy v0.8.50
2026-08-04T03:46:45.4331292Z    Compiling parking_lot_core v0.9.12
2026-08-04T03:46:46.3092302Z    Compiling derive_builder_core v0.20.2
2026-08-04T03:46:46.7712916Z    Compiling h2 v0.4.14
2026-08-04T03:46:47.3128835Z    Compiling http-body v1.0.1
2026-08-04T03:46:47.5531462Z    Compiling curve25519-dalek v4.1.3
2026-08-04T03:46:47.6838673Z    Compiling derive_more v2.1.1
2026-08-04T03:46:47.9511911Z    Compiling ahash v0.8.12
2026-08-04T03:46:48.1045935Z    Compiling either v1.16.0
2026-08-04T03:46:48.4135823Z    Compiling powerfmt v0.2.0
2026-08-04T03:46:48.4316546Z    Compiling base64ct v1.8.3
2026-08-04T03:46:48.7287169Z    Compiling pem-rfc7468 v1.0.0
2026-08-04T03:46:48.7843065Z    Compiling deranged v0.5.8
2026-08-04T03:46:49.7908030Z    Compiling derive_builder_macro v0.20.2
2026-08-04T03:46:50.9447827Z    Compiling uuid v1.23.2
2026-08-04T03:46:51.2284065Z    Compiling rand_core v0.6.4
2026-08-04T03:46:51.4740534Z    Compiling spez v0.1.2
2026-08-04T03:46:51.5295076Z    Compiling windows-interface v0.59.3
2026-08-04T03:46:52.1026232Z    Compiling windows-implement v0.60.2
2026-08-04T03:46:52.8834590Z    Compiling n0-error-macros v0.1.3
2026-08-04T03:46:53.0810127Z    Compiling time-core v0.1.8
2026-08-04T03:46:53.1180939Z    Compiling tower-service v0.3.3
2026-08-04T03:46:53.4669779Z    Compiling pkg-config v0.3.33
2026-08-04T03:46:53.6893145Z    Compiling tinyvec_macros v0.1.1
2026-08-04T03:46:53.9005377Z    Compiling try-lock v0.2.5
2026-08-04T03:46:54.3330820Z    Compiling num-conv v0.2.2
2026-08-04T03:46:54.4829080Z    Compiling vcpkg v0.2.15
2026-08-04T03:46:55.0312317Z    Compiling base64 v0.22.1
2026-08-04T03:46:55.3158310Z    Compiling zmij v1.0.21
2026-08-04T03:46:55.5344640Z    Compiling data-encoding v2.11.0
2026-08-04T03:46:55.8136655Z    Compiling want v0.3.1
2026-08-04T03:46:55.8665914Z    Compiling libsqlite3-sys v0.30.1
2026-08-04T03:46:55.9441875Z    Compiling tinyvec v1.11.0
2026-08-04T03:46:56.2632121Z    Compiling n0-error v0.1.3
2026-08-04T03:46:56.4125920Z    Compiling windows-core v0.62.2
2026-08-04T03:46:56.8055351Z    Compiling parking_lot v0.12.5
2026-08-04T03:46:57.1514702Z    Compiling derive_builder v0.20.2
2026-08-04T03:46:57.2470333Z    Compiling der v0.8.0-rc.10
2026-08-04T03:46:57.6348929Z    Compiling sha2 v0.10.9
2026-08-04T03:46:58.1574081Z    Compiling n0-future v0.3.2
2026-08-04T03:46:58.2965425Z    Compiling vergen-lib v9.1.0
2026-08-04T03:46:58.4665676Z    Compiling inout v0.1.4
2026-08-04T03:46:58.6265201Z    Compiling pin-project-internal v1.1.13
2026-08-04T03:46:58.6411885Z    Compiling httpdate v1.0.3
2026-08-04T03:46:58.6480925Z    Compiling spt-procident v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-procident)
2026-08-04T03:46:58.9489107Z    Compiling signature v2.2.0
2026-08-04T03:46:59.0442255Z    Compiling windows_x86_64_msvc v0.52.6
2026-08-04T03:46:59.0680423Z    Compiling cordyceps v0.3.4
2026-08-04T03:46:59.3883894Z    Compiling spin v0.10.0
2026-08-04T03:46:59.4728071Z    Compiling diatomic-waker v0.2.3
2026-08-04T03:46:59.4739919Z    Compiling winnow v1.0.3
2026-08-04T03:46:59.6863223Z    Compiling parking v2.2.1
2026-08-04T03:46:59.7399019Z    Compiling serde_json v1.0.150
2026-08-04T03:46:59.8693152Z    Compiling crossbeam-utils v0.8.21
2026-08-04T03:47:00.5090614Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-04T03:47:00.5259120Z    Compiling futures-lite v2.6.1
2026-08-04T03:47:00.6833227Z    Compiling pin-project v1.1.13
2026-08-04T03:47:01.3103564Z    Compiling futures-buffered v0.2.13
2026-08-04T03:47:01.6183171Z    Compiling ed25519 v2.2.3
2026-08-04T03:47:01.7462328Z    Compiling hyper v1.10.1
2026-08-04T03:47:01.8084407Z    Compiling spt-poolguard v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-poolguard)
2026-08-04T03:47:02.2913055Z    Compiling cipher v0.4.4
2026-08-04T03:47:03.0023914Z    Compiling spki v0.8.0-rc.4
2026-08-04T03:47:03.0024409Z    Compiling hashbrown v0.14.5
2026-08-04T03:47:03.9285908Z    Compiling digest v0.11.3
2026-08-04T03:47:04.0824474Z    Compiling noq-udp v0.10.0
2026-08-04T03:47:04.2583430Z    Compiling vergen v9.1.0
2026-08-04T03:47:04.5152733Z    Compiling vergen-lib v0.1.6
2026-08-04T03:47:04.9950478Z    Compiling universal-hash v0.5.1
2026-08-04T03:47:05.0021439Z    Compiling heapless v0.7.17
2026-08-04T03:47:05.2992974Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-04T03:47:06.0500051Z    Compiling sync_wrapper v1.0.2
2026-08-04T03:47:06.1436114Z    Compiling aho-corasick v1.1.4
2026-08-04T03:47:06.1688859Z    Compiling byteorder v1.5.0
2026-08-04T03:47:06.4860730Z    Compiling allocator-api2 v0.2.21
2026-08-04T03:47:06.4875000Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-04T03:47:06.7432097Z    Compiling opaque-debug v0.3.1
2026-08-04T03:47:06.8427119Z    Compiling regex-syntax v0.8.10
2026-08-04T03:47:06.8591294Z    Compiling polyval v0.6.2
2026-08-04T03:47:07.3559951Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-04T03:47:08.8998024Z    Compiling regex-automata v0.4.14
2026-08-04T03:47:09.8463027Z    Compiling hash32 v0.2.1
2026-08-04T03:47:11.1718673Z    Compiling hashlink v0.9.1
2026-08-04T03:47:11.6805121Z    Compiling hyper-util v0.1.20
2026-08-04T03:47:12.4680735Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-04T03:47:13.0467941Z    Compiling spt-store v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-08-04T03:47:14.0598291Z    Compiling ed25519-dalek v2.2.0
2026-08-04T03:47:15.1062882Z    Compiling prefix-trie v0.8.4
2026-08-04T03:47:15.1481553Z    Compiling spin v0.9.8
2026-08-04T03:47:15.4226240Z    Compiling futures-executor v0.3.32
2026-08-04T03:47:15.7439866Z    Compiling vergen-gitcl v1.0.8
2026-08-04T03:47:15.7440279Z    Compiling windows-threading v0.2.1
2026-08-04T03:47:15.9977434Z    Compiling fallible-iterator v0.3.0
2026-08-04T03:47:16.0714303Z    Compiling ryu v1.0.23
2026-08-04T03:47:16.3210876Z    Compiling signature v3.0.0
2026-08-04T03:47:16.4135648Z    Compiling tower-layer v0.3.3
2026-08-04T03:47:16.4378574Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-04T03:47:16.6052294Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-04T03:47:16.7008122Z    Compiling rusqlite v0.32.1
2026-08-04T03:47:16.7121186Z    Compiling ed25519 v3.0.0-rc.4
2026-08-04T03:47:17.2405058Z    Compiling windows-future v0.3.2
2026-08-04T03:47:17.2524032Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-04T03:47:17.9542253Z    Compiling futures v0.3.32
2026-08-04T03:47:18.3988606Z    Compiling windows-targets v0.52.6
2026-08-04T03:47:18.5689911Z    Compiling spt-proto v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-08-04T03:47:20.1963409Z    Compiling regex v1.12.3
2026-08-04T03:47:20.6747884Z    Compiling proc-macro-crate v3.5.0
2026-08-04T03:47:21.2017558Z    Compiling ghash v0.5.1
2026-08-04T03:47:21.2622132Z    Compiling sha2 v0.11.0-rc.5
2026-08-04T03:47:21.4987654Z    Compiling aes v0.8.4
2026-08-04T03:47:21.9347948Z    Compiling ctr v0.9.2
2026-08-04T03:47:22.0694201Z    Compiling windows-collections v0.3.2
2026-08-04T03:47:22.0874376Z    Compiling windows-numerics v0.3.1
2026-08-04T03:47:22.3085007Z    Compiling time v0.3.47
2026-08-04T03:47:22.3144011Z    Compiling http-body-util v0.1.3
2026-08-04T03:47:22.6326804Z    Compiling fs2 v0.4.3
2026-08-04T03:47:22.6871875Z    Compiling cobs v0.3.0
2026-08-04T03:47:22.9388114Z    Compiling aead v0.5.2
2026-08-04T03:47:22.9393473Z    Compiling postcard-derive v0.2.2
2026-08-04T03:47:23.0302993Z    Compiling ipconfig v0.3.4
2026-08-04T03:47:23.3255012Z    Compiling arrayvec v0.7.6
2026-08-04T03:47:23.3718762Z    Compiling widestring v1.2.1
2026-08-04T03:47:23.5570052Z    Compiling utf8parse v0.2.2
2026-08-04T03:47:24.0420216Z    Compiling postcard v1.1.3
2026-08-04T03:47:24.5367755Z    Compiling aes-gcm v0.10.3
2026-08-04T03:47:24.6260516Z    Compiling windows v0.62.2
2026-08-04T03:47:24.7872956Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-04T03:47:25.1241540Z    Compiling num_enum_derive v0.7.6
2026-08-04T03:47:26.1213841Z    Compiling windows-sys v0.59.0
2026-08-04T03:47:28.0280941Z    Compiling data-encoding-macro v0.1.20
2026-08-04T03:47:28.2494300Z    Compiling tower v0.5.3
2026-08-04T03:47:28.8920372Z    Compiling crossbeam-channel v0.5.15
2026-08-04T03:47:29.5304750Z    Compiling crossbeam-epoch v0.9.18
2026-08-04T03:47:30.0848292Z    Compiling chrono v0.4.45
2026-08-04T03:47:31.6098711Z    Compiling iroh-metrics-derive v0.4.1
2026-08-04T03:47:32.1573767Z    Compiling strum_macros v0.28.0
2026-08-04T03:47:33.9285152Z    Compiling windows-registry v0.6.1
2026-08-04T03:47:34.2934123Z    Compiling memoffset v0.6.5
2026-08-04T03:47:34.6199755Z    Compiling noq v0.18.0
2026-08-04T03:47:35.0352521Z    Compiling netwatch v0.16.0
2026-08-04T03:47:35.5643816Z    Compiling acto v0.8.2
2026-08-04T03:47:35.6324226Z    Compiling enum-assoc v1.3.0
2026-08-04T03:47:35.8205236Z    Compiling async-trait v0.1.89
2026-08-04T03:47:36.2059760Z    Compiling blake3 v1.8.5
2026-08-04T03:47:36.6205572Z    Compiling lru-slab v0.1.2
2026-08-04T03:47:36.7760094Z    Compiling foldhash v0.2.0
2026-08-04T03:47:36.8370364Z    Compiling thiserror v1.0.69
2026-08-04T03:47:36.9065707Z    Compiling mac-addr v0.3.0
2026-08-04T03:47:37.1918010Z    Compiling identity-hash v0.1.0
2026-08-04T03:47:37.2103377Z    Compiling sorted-index-buffer v0.2.1
2026-08-04T03:47:37.4193031Z    Compiling ref-cast v1.0.25
2026-08-04T03:47:37.4754607Z    Compiling xml-rs v0.8.28
2026-08-04T03:47:37.7505525Z    Compiling tagptr v0.2.0
2026-08-04T03:47:37.9357959Z    Compiling rustc-hash v2.1.2
2026-08-04T03:47:38.0927061Z    Compiling xmltree v0.10.3
2026-08-04T03:47:38.4002033Z    Compiling moka v0.12.15
2026-08-04T03:47:39.0871624Z    Compiling netdev v0.42.0
2026-08-04T03:47:39.1059684Z    Compiling hashbrown v0.16.1
2026-08-04T03:47:42.0022043Z    Compiling strum v0.28.0
2026-08-04T03:47:42.2196472Z    Compiling wmi v0.18.4
2026-08-04T03:47:42.3498295Z    Compiling iroh-metrics v0.38.3
2026-08-04T03:47:42.4107474Z    Compiling tower-http v0.6.11
2026-08-04T03:47:42.9406571Z    Compiling spt-msg v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-08-04T03:47:43.4592183Z    Compiling iroh-base v0.98.0
2026-08-04T03:47:43.9138680Z    Compiling num_enum v0.7.6
2026-08-04T03:47:43.9379682Z    Compiling iroh-relay v0.98.0
2026-08-04T03:47:44.2126551Z    Compiling n0-watcher v0.6.1
2026-08-04T03:47:44.2168149Z    Compiling attohttpc v0.30.1
2026-08-04T03:47:44.6228353Z    Compiling simple-dns v0.9.3
2026-08-04T03:47:45.3315734Z    Compiling tokio-stream v0.1.18
2026-08-04T03:47:45.9470136Z    Compiling serial-core v0.4.0
2026-08-04T03:47:46.0000038Z    Compiling toml_datetime v0.6.11
2026-08-04T03:47:46.1005871Z    Compiling serde_spanned v0.6.9
2026-08-04T03:47:46.2446225Z    Compiling ref-cast-impl v1.0.25
2026-08-04T03:47:46.3886800Z    Compiling thiserror-impl v1.0.69
2026-08-04T03:47:47.1181961Z    Compiling serde_derive_internals v0.29.1
2026-08-04T03:47:47.2406812Z    Compiling simdutf8 v0.1.5
2026-08-04T03:47:47.6322776Z    Compiling arrayref v0.3.9
2026-08-04T03:47:47.7074305Z    Compiling sha1_smol v1.0.1
2026-08-04T03:47:47.7628663Z    Compiling resolv-conf v0.7.6
2026-08-04T03:47:48.0333307Z    Compiling smol_str v0.1.24
2026-08-04T03:47:48.1175388Z    Compiling winreg v0.10.1
2026-08-04T03:47:48.3427241Z    Compiling constant_time_eq v0.4.2
2026-08-04T03:47:48.4466069Z    Compiling winnow v0.7.15
2026-08-04T03:47:48.4932156Z    Compiling toml_write v0.1.2
2026-08-04T03:47:49.3799803Z    Compiling schemars_derive v1.2.1
2026-08-04T03:47:49.9242670Z    Compiling toml_edit v0.22.27
2026-08-04T03:47:50.7425844Z    Compiling serial-windows v0.4.0
2026-08-04T03:47:51.0042812Z    Compiling iroh-dns v0.98.0
2026-08-04T03:47:51.4519922Z    Compiling igd-next v0.17.1
2026-08-04T03:47:54.4540670Z    Compiling lru v0.16.4
2026-08-04T03:47:54.6797642Z    Compiling hmac v0.12.1
2026-08-04T03:47:54.8044508Z    Compiling webpki-roots v1.0.7
2026-08-04T03:47:54.8957721Z    Compiling darling_core v0.23.0
2026-08-04T03:47:54.9661379Z    Compiling seize v0.5.1
2026-08-04T03:47:55.3490762Z    Compiling iroh v0.98.2
2026-08-04T03:47:55.6637055Z    Compiling serde_bytes v0.11.19
2026-08-04T03:47:55.9766961Z    Compiling anstyle v1.0.14
2026-08-04T03:47:56.2268817Z    Compiling dyn-clone v1.0.20
2026-08-04T03:47:56.2858418Z    Compiling lazy_static v1.5.0
2026-08-04T03:47:56.4981153Z    Compiling pin-utils v0.1.0
2026-08-04T03:47:56.6110334Z    Compiling bitflags v1.3.2
2026-08-04T03:47:56.7449175Z    Compiling once_cell_polyfill v1.70.2
2026-08-04T03:47:57.0208916Z    Compiling cmov v0.5.4
2026-08-04T03:47:57.1759693Z    Compiling anstyle-wincon v3.0.11
2026-08-04T03:47:57.2568764Z    Compiling darling_macro v0.23.0
2026-08-04T03:47:57.5612420Z    Compiling ctutils v0.4.2
2026-08-04T03:47:57.7513104Z    Compiling nix v0.25.1
2026-08-04T03:47:57.8396025Z    Compiling shared_library v0.1.9
2026-08-04T03:47:57.8794564Z    Compiling schemars v1.2.1
2026-08-04T03:47:58.1622666Z    Compiling papaya v0.2.4
2026-08-04T03:47:58.2596711Z    Compiling hkdf v0.12.4
2026-08-04T03:47:58.6191687Z    Compiling portmapper v0.16.0
2026-08-04T03:47:58.6802836Z    Compiling toml v0.8.23
2026-08-04T03:47:59.9752301Z    Compiling serial v0.4.0
2026-08-04T03:47:59.9929855Z    Compiling filedescriptor v0.8.3
2026-08-04T03:48:00.0599909Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-04T03:48:00.6146992Z    Compiling anstyle-parse v1.0.0
2026-08-04T03:48:00.8374368Z    Compiling backon v1.6.0
2026-08-04T03:48:01.0467014Z    Compiling anstyle-query v1.1.5
2026-08-04T03:48:01.2894321Z    Compiling vte_generate_state_changes v0.1.2
2026-08-04T03:48:01.6320838Z    Compiling paste v1.0.15
2026-08-04T03:48:01.8914746Z    Compiling downcast-rs v1.2.1
2026-08-04T03:48:02.0486461Z    Compiling colorchoice v1.0.5
2026-08-04T03:48:02.1561995Z    Compiling is_terminal_polyfill v1.70.2
2026-08-04T03:48:02.2293181Z    Compiling shell-words v1.1.1
2026-08-04T03:48:02.3600480Z    Compiling foldhash v0.1.5
2026-08-04T03:48:02.5990390Z    Compiling instability v0.3.12
2026-08-04T03:48:02.8607209Z    Compiling unicode-width v0.2.0
2026-08-04T03:48:03.1479170Z    Compiling hashbrown v0.15.5
2026-08-04T03:48:03.7209014Z    Compiling portable-pty v0.8.1
2026-08-04T03:48:03.8806127Z    Compiling anstream v1.0.0
2026-08-04T03:48:04.7247791Z    Compiling vte v0.13.1
2026-08-04T03:48:05.0308820Z    Compiling spt-runtime v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-08-04T03:48:05.0621995Z    Compiling spake2 v0.4.0
2026-08-04T03:48:05.4329315Z    Compiling darling v0.23.0
2026-08-04T03:48:05.4356031Z    Compiling itertools v0.13.0
2026-08-04T03:48:05.8161555Z    Compiling crossterm_winapi v0.9.1
2026-08-04T03:48:06.3286694Z    Compiling strum_macros v0.26.4
2026-08-04T03:48:06.7085528Z    Compiling sha1 v0.10.6
2026-08-04T03:48:06.9631480Z    Compiling castaway v0.2.4
2026-08-04T03:48:07.1531620Z    Compiling terminal_size v0.4.4
2026-08-04T03:48:07.4597445Z    Compiling recvmsg v1.0.0
2026-08-04T03:48:08.1358314Z    Compiling clap_lex v1.1.0
2026-08-04T03:48:08.2133000Z    Compiling static_assertions v1.1.0
2026-08-04T03:48:08.5360988Z    Compiling unicode-width v0.1.14
2026-08-04T03:48:09.3087857Z    Compiling doctest-file v1.1.1
2026-08-04T03:48:10.0556328Z    Compiling indoc v2.0.7
2026-08-04T03:48:10.4439082Z    Compiling interprocess v2.4.2
2026-08-04T03:48:11.5347058Z    Compiling unicode-truncate v1.1.0
2026-08-04T03:48:11.7123820Z    Compiling compact_str v0.8.2
2026-08-04T03:48:11.7253179Z    Compiling clap_builder v4.6.0
2026-08-04T03:48:12.4044954Z    Compiling strum v0.26.3
2026-08-04T03:48:12.6939632Z    Compiling spt-live v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-08-04T03:48:13.8043315Z    Compiling crossterm v0.28.1
2026-08-04T03:48:14.2777418Z    Compiling spt-term v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-08-04T03:48:15.7268997Z    Compiling lru v0.12.5
2026-08-04T03:48:15.8986726Z    Compiling clap_derive v4.6.1
2026-08-04T03:48:16.2296319Z    Compiling cassowary v0.3.0
2026-08-04T03:48:16.8982286Z    Compiling error-code v3.3.2
2026-08-04T03:48:16.9436048Z    Compiling ratatui v0.29.0
2026-08-04T03:48:17.4508148Z    Compiling clipboard-win v5.4.1
2026-08-04T03:48:17.8049513Z    Compiling clap v4.6.1
2026-08-04T03:48:17.9878534Z    Compiling nucleo-matcher v0.3.1
2026-08-04T03:48:18.1457184Z    Compiling qrcode v0.14.1
2026-08-04T03:48:19.0460778Z    Compiling tempfile v3.27.0
2026-08-04T03:48:19.4078225Z    Compiling spt-test-support v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-test-support)
2026-08-04T03:48:36.6897093Z    Compiling rustls-webpki v0.103.13
2026-08-04T03:48:39.6521366Z    Compiling tokio-rustls v0.26.4
2026-08-04T03:48:39.6521706Z    Compiling noq-proto v0.17.0
2026-08-04T03:48:39.6521971Z    Compiling rustls-platform-verifier v0.7.0
2026-08-04T03:48:39.8754930Z    Compiling hyper-rustls v0.27.9
2026-08-04T03:48:39.9485352Z    Compiling hickory-net v0.26.0-beta.4
2026-08-04T03:48:40.1381978Z    Compiling reqwest v0.13.4
2026-08-04T03:48:42.3101762Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-04T03:48:46.1597954Z    Compiling tokio-websockets v0.13.2
2026-08-04T03:49:06.8912804Z    Compiling spt-net v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-08-04T03:49:09.0506848Z    Compiling spt-daemon v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-08-04T03:49:27.2704122Z    Compiling spt v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-08-04T03:49:40.5919345Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 32s
2026-08-04T03:49:40.6152118Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-037aacb9329f5675.exe)
2026-08-04T03:49:41.6860841Z 
2026-08-04T03:49:41.6861159Z running 1 test
2026-08-04T03:49:50.9384192Z test new_brain_serves_against_old_broker ... ok
2026-08-04T03:49:50.9384495Z 
2026-08-04T03:49:50.9384742Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.25s
2026-08-04T03:49:50.9385121Z 
